(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <clib/graphics_protos.h>
void DisposeRegion()
SYNOPSIS
struct Region * region

LOCATION
In GfxBase at offset 89
FUNCTION
Frees all memory allocated by this region, including its RegionRectangles.

INPUTS
region
pointer to a Region structure
RESULT
None.

NOTES
EXAMPLE
BUGS
SEE ALSO
NewRegion()
INTERNALS
HISTORY
13.03.1997 mreckt
new functions